home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / chip.exe / scripts / DefineButton2_16 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  1999-06-04  |  67 b   |  5 lines

  1. on(press){
  2.    fscommand("quit");
  3.    getUrl("index.htm", "");
  4. }
  5.